Jetfire Web Service
The Jetfire Web Service provides an client interface to Jetfire Users. It is used to connect to a Jetfire Nexus which provides access to Jetfire workflows.
The Jetfire Web Service is used to access:
Web Services Client Developer
The Web Service developer is encouraged to use:
- The Jetfire Web Service API implements an object-based view of the Web Service for C# developers. This may be used in web and windows forms development to build Web Service clients.
The
Web Service Interface describes how to use the
Jetfire Web Service Interface Definition to access the Jetfire Nexus.
Application Development
Application Design features a number of do's and dont's for application development using the Web Service.
The
Unit Test Walk Through page provides an example using the Jetfire Web Service API vs calling the Jetfire Web Service methods.
Web Service Server
The Web Service is served by a Microsoft ASP.NET website. It is advantageous for the web service to collate in the same memory as the web users so that multi-user data updating occurs when records are updated.
There are a number of
Application Settings applicable to the Web Service.
Securing the Jetfire Web Service explains how to configure the application settings to maximize security on the Web Service.